<?php









/*1a344*/



/*1a344*/
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */
define('WP_AUTO_UPDATE_CORE', false);// This setting was defined by WordPress Toolkit to prevent WordPress auto-updates. Do not change it to avoid conflicts with the WordPress Toolkit auto-updates feature.
define('DISALLOW_FILE_EDIT', true);

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'db4unitedin');

/** MySQL database username */
define('DB_USER', 'admstudioui16');

/** MySQL database password */
define('DB_PASSWORD', 'Lai0h6#0@16!');

/** MySQL hostname */
define('DB_HOST', 'localhost');

/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8mb4');

/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');

/**#@+
 * Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define('AUTH_KEY',         'I^q^*vVOu1dXt=S<=gio/QD0{QJnOX4![9,<%yY-C koL|fGya@+ 2)QOf|~krG$');
define('SECURE_AUTH_KEY',  '`;W9{bG.G/@*SPap!~@a6Z}LrS.jcU``Qc!BiXtFR2i!-5InnbvZ^+6YzO7*e+>C');
define('LOGGED_IN_KEY',    '&PvW,oIN$?@S.p:k9xdP;#O*+P_^S_.K=]Jo,ZkkMWpTy!rZiFYGdAqpU^xtpX;v');
define('NONCE_KEY',        'EWMhdH$J!Hza[UOxHw|=SQe,:P$xbM03fFcc?i<LwK$4h&=potbw?lbH3o^y@ Jp');
define('AUTH_SALT',        'w8XteI@46pMXvmLVRN^+x-w)r,b6+?1`s%OAUVZFj(^axp=jXmi!EMX+7Qp_lPx|');
define('SECURE_AUTH_SALT', 'v_{|TPo9fLLd.xYft&aCTJxQtg[Vtw8Pe@4)L$eepCYLXCJ;`rMY?d5/A ?ZKM:t');
define('LOGGED_IN_SALT',   'SR;Jc|},#a)Z.l~H1$J=#/4*^!(1OL1Ed<!lcQ_?3d&yQuBm.b?8Xb0$;Q)%Ts1*');
define('NONCE_SALT',       'j7Gx{]lde!YYe1l6b?kwRsz`|8zgn2JK4!jtPvkoPrhu<9c6q7riz:<PcP+y(@YO');

/**#@-*/

/**
 * WordPress Database Table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix  = 'wpui_';

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');

